@import url(https://fonts.googleapis.com/css?family=Inter:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mulish:300,400,600,700|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* Typography
================================================== */
body {
  background: #fff;
  color: #000000;
}

.container {
  min-width: 75%;
}

body,
p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #2D2D2D;
  text-align: justify;
}

h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 78px;
  color: #855F39;
}

h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #855F39;
}

h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #855F39;
}

button {
  font-family: 'Inter';
  text-rendering: optimizeLegibility;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1600px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }

  h1 {
    font-size: 42px;
    line-height: 62px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }


  button {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1200px) {

  h1 {
    font-size: 38px;
    line-height: 58px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 12px;
    line-height: 22px;
  }

  p {
    font-size: 12px;
    line-height: 22px;
  }

  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  button {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Bootstrap */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
  border: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

/* Header area
================================================== */
/* Header: Navbar START */

.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one .site-navigation {
  background: #fff;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

.header-one ul.navbar-nav>li {
  padding-left: 0;
  padding-right: 70px;
}

.header-one .logo-area {
  padding: 20px 0;
}

.site-navigation.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  backdrop-filter: blur(8px);
  background-color: rgb(255, 255, 255, 0.85);
  border-bottom: 1px solid rgb(119, 86, 40, 0.1);
  border-radius: 0;
}

.site-navigation.fixed:has(#navbar-collapse.show) {
  border-radius: 0 0 20px 20px;
}

@media (min-width: 991px) {
  .site-navigation.fixed {
    border-radius: 0!important;
  }
}

@media (max-width: 1200px) {
  .header-one ul.navbar-nav>li {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }

  .header-one ul.navbar-nav>li {
    padding-right: 0;
  }

  .navbar-nav {
    margin-bottom: 15px;
  }
}

/* Main navigation */
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  float: left;
  margin: 10px 0;
  padding: 6px;
  border-radius: 5px;
  font-size: 1rem;
  background: #855F39;
  border: none;
}

.navbar-toggler:focus {
  outline: 0;
}

.site-navigation.fixed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* .site-navigation.scrolled .navbar-toggler {
  background: white;
}

.site-navigation.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(121, 87, 40)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} */

.logo {
  margin-right: 10px;
}

.logo-img {
  margin-right: 5px;  
  height: 56px;
}

/* .site-navigation.scrolled .logo-img {
  content: url("../../image/headfoot/logo-w.png");
} */

.logo-text-1 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  text-transform: capitalize;
  color: #70522b;
  margin-top: 6%;
  letter-spacing: 0.05em;
}

.logo-text-2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  color: #765527;
  margin-top: 0.5px;
  letter-spacing: 0.06em;
}

.logo-a:hover {
  text-decoration: none;
}

ul.navbar-nav>li:last-child {
  padding-right: 0;
}

ul.navbar-nav>li:last-child:after {
  background: none;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
  background: none;
}

ul.navbar-nav>li>a i {
  font-weight: 700;
}

ul.navbar-nav>li>a:after,
ul.navbar-nav>li>a:after {
  display: none;
}

ul.navbar-nav>li>a {
  font-family: "Inter", sans-serif;
  color: #775628 !important;
  text-rendering: optimizeLegibility;
  font-weight: 450 !important;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 15px 0;
  transition: 350ms;
  margin-top: 5px;
}

@media (max-width: 991px) {
  ul.navbar-nav>li>a {
    padding: 1px 0;
  }

  .logo-img {
    margin-top: 3px;
    height: 50px;
  }
}

/* .site-navigation.scrolled {
  background: var(--bgr-gra2);
} */

/* .site-navigation.scrolled .nav-link {
  color: white !important;
}

.site-navigation.scrolled .logo-text-1 {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.site-navigation.scrolled .logo-text-2 {
  color: white !important;
} */

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0px;
}

.dropdown-submenu>a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #FFFDF5;
  z-index: 100;
  min-width: 200px;
  border-radius: 20px;
  border: 0;
  border-top: 3px solid #7b5925;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
  padding-left: 0;
}

.navbar-nav>li>.dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #000000;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child>a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #775628;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }

  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
  background: none;
  color: #775628;
}

/* .site-navigation.scrolled .log-in-brown{
  border: 3px solid white;
  padding: 7px 24px 7px 24px;
  background: white;
  color: #775628 !important;
  text-rendering: optimizeLegibility;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  font-size: 16px;
} */

.log-in-brown {
  border: 3px solid #9A7D66 ; 
  padding: 7px 24px 7px 24px;
  background: #9A7D66;
  border-radius: 40px;
  font-family: 'Inter';
  color: white;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.log-in-brown:hover,
.log-in-brown:focus,
.log-in-brown:active {
  outline: none;
  padding: 7px 24px 7px 24px;
  border: 3px solid #9A7D66 ; 
  box-shadow: 0px 100px 0px rgba(255, 255, 255, 0.85) inset;
  color: #775628 !important;
}

.log-lang a:hover {
  text-decoration: none;
}

/* .site-navigation.scrolled .log-in:hover .log-in-brown:hover {
  opacity: 0.8;
} */

.log-lang {
  position: absolute;
  right: 0;
}

@media (max-width: 992px) {
  .log-lang {
    position: relative;
    right: auto;
    width: fit-content;
    transform: translate(-50%, -0%);
    left: 50%;
  }
}

ul.navbar-nav {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  padding-right: 50px;
}

.block {
  display: inline-block;
  margin-left: 40px;
}

.vn,
.en {
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin-right: 0px;
  background: #775628;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .site-navigation.scrolled .vn,
.site-navigation.scrolled .en {
  background: white;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */

@media (max-width: 1200px) {
  ul.navbar-nav {
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  ul.navbar-nav {
    width: 100%;
  }
}


/* Custom navbar-collapse */


.navigation-link {
  display: none;
  padding-left: 0;
  margin-top: 20px;
}

.navigation-link .container {
  width: 100%;
}

.navigation-link ul {
  padding: 0px;
  border-bottom: 1px solid var(--light-brw);
}

.navigation-link li {
  list-style-type: none;
}

.navigation-link a {
  line-height: 24px;
  margin-bottom: 5px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  color: #775628 !important;
  font-weight: 450 !important;
  letter-spacing: -0.2px;
  font-size: 14px;
  transition: 350ms;
}

.sign-lang {
  display: none;
}

@media (max-width: 992px) {
  .navbar-collapse.show .navigation-link {
    display: block;
  }
  
  .navbar-collapse.show .sign-lang {
    display: block;
  }

  #navbar-collapse .nav {
    display: none;
  }

  .log-lang {
    display: none;
  }

  /* .site-navigation.fixed {
    background: var(--bgr-gra2);
  } */

}


/* Header: Navbar END */


/* Footer
================================================== */

.footer {
  background-color: #855F39;
  padding-top: 20px;
}

.footer .row {
  margin: 0px;
}

.f-logo-img {
  width: 60px;
  margin-right: 15px;
}

.f-logo-text-1 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: white;
  margin-top: 7%;
  letter-spacing: 0.05em;
}

.f-logo-text-2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: white;
  margin-top: 3px;
  letter-spacing: 0.06em;
}

.footer .info {
  margin-top: 20px;
}

.footer-main {
  margin-bottom: 20px;
}

.footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
}

.footer-text b {
  font-weight: 700;
}

.footer .footer-social ul {
  list-style: none;
  padding: 0 10px;
  gap: 12px;
  font-size: 18px;
  margin: 0;
}

.footer .footer-social ul li,
.footer .footer-social ul div{
  background: #fff;
  color: #855f39;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.footer .footer-social ul li:hover,
.footer .footer-social ul div:hover {
  opacity: 0.9;
}

.footer .footer-social ul li a {
  text-decoration: none;
  color: inherit;
}

.footer .footer-social ul div img {
  width: 60%;
}

@media (max-width: 991px) {
  .footer-text {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .footer-text {
    font-size: 12px;
    line-height: 26px;
  }

  .footer .footer-social ul {
    gap: 10px;
    font-size: 16px;
  }

  .footer .footer-social ul li,
  .footer .footer-social ul div{
    height: 28px;
    width: 28px;
  }

  .footer .footer-social ul div img {
    width: 56%;
  }
}

.btn-circle {
  display: none;
  width: 45px;
  height: 45px;
  font-size: 22px;
  color: #855F39;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: none;
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.btn-circle:active,
.btn-circle:focus,
.btn-circle:hover {
  border: none;
  outline: none;
}

.copyright {
  background: var(--light-brw);
}

.copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright-info {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  color: #855F39;
}

@media (max-width: 992px) {
  .copyright-info {
    font-size: 13px;
    text-align: center;
  }
}
/*Copy right END*/

#messenger-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(29.83deg, #FCDEC0 0%, #CCD9C3 17.46%, #9FD5C5 32.42%, #55CEC9 45.09%, #62CCCD 62.87%, #8AB7F4 80.01%, #CEA8EA 95.53%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 9999;
  box-shadow: 50px 50px 50px #99A9C1;
  border: 2px solid white;
}

#messenger-button:hover {
  cursor: pointer;
}